home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 98
- Width = 655
- Height = 384
- Caption = 'Drag and Drop Viewer'
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 15
- object Memo1: TMemo
- Left = 0
- Top = 33
- Width = 647
- Height = 324
- Align = alClient
- ScrollBars = ssBoth
- TabOrder = 0
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 647
- Height = 33
- Align = alTop
- Caption = 'Panel1'
- TabOrder = 1
- object ComboBox1: TComboBox
- Left = 4
- Top = 5
- Width = 409
- Height = 22
- ItemHeight = 15
- TabOrder = 0
- OnChange = ComboBox1Change
- end
- end
- object DropFile1: TDropFile
- OnDropFile = DropFile1DropFile
- Left = 16
- Top = 16
- end
- end
-